UserInfoWithPositionId
Represents a user with additional information about their position and activity status.
Properties
Name | Description |
---|---|
UserInfo | The user information associated with the position. |
PositionId | The ID of the position associated with the user. |
UserIsActive | Indicates whether the user is currently active. |
PositionIsActive | Indicates whether the position associated with the user is currently active. |
Constructors
Name | Description |
---|---|
UserInfoWithPositionId() | Initializes a new instance of the UserInfoWithPositionId class. |